home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / instant / IDA.EXE / 0 / RCDATA / TNAGSCREEN / TNAGSCREEN.txt
Text File  |  1997-08-25  |  3KB  |  115 lines

  1. object NagScreen: TNagScreen
  2.   Left = 265
  3.   Top = 256
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Instant Drive Access 1.44'
  8.   ClientHeight = 240
  9.   ClientWidth = 488
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 116
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 104
  23.     Top = 10
  24.     Width = 280
  25.     Height = 28
  26.     Caption = 'Instant Drive Access 1.44'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -20
  30.     Font.Name = 'Arial Black'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 197
  36.     Top = 49
  37.     Width = 86
  38.     Height = 16
  39.     Caption = '(Unregistered)'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -14
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 30
  49.     Top = 79
  50.     Width = 224
  51.     Height = 16
  52.     Caption = 'Instant Drive Access is NOT freeware.'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -14
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 30
  62.     Top = 98
  63.     Width = 359
  64.     Height = 16
  65.     Caption = 'Please consider registering Instant Drive Access (US $15.00)'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -14
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label5: TLabel
  74.     Left = 30
  75.     Top = 118
  76.     Width = 396
  77.     Height = 16
  78.     Caption = 
  79.       'For registration information look at Instant Drive Access'#39' homep' +
  80.       'age'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -14
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.   end
  88.   object RegLabel: TUrlLabel
  89.     Left = 164
  90.     Top = 151
  91.     Width = 160
  92.     Height = 16
  93.     Cursor = 5
  94.     Caption = 'Click here to register online'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clBlack
  97.     Font.Height = -13
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsUnderline]
  100.     ParentFont = False
  101.     PopupMenu = RegLabel.
  102.     URL = 'http://www.getsoftware.com/cgi/info.gsc?productid=83'
  103.   end
  104.   object Button1: TButton
  105.     Left = 187
  106.     Top = 196
  107.     Width = 92
  108.     Height = 30
  109.     Caption = 'OK'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 0
  113.   end
  114. end
  115.